icontheme: Append a / to the resource path
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Nov 2017 12:33:35 +0000 (07:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Nov 2017 12:33:35 +0000 (07:33 -0500)
commitec1ea0db04294f696beb093aa2414411914dd931
tree464fdf4005815adc022a80511791ce0efc1fda2d
parente0d360233141e4d4fb22d5d332e5372560daff20
icontheme: Append a / to the resource path

g_resources_enumerate_children expects the path to end
in a '/' (even though thats not stated in the docs), and
will copy it if that isn't the case. Avoid the copy
by putting  a '/' there to begin with.
gtk/gtkicontheme.c